home *** CD-ROM | disk | FTP | other *** search
- #
- # a Form containing a mixture of objects
- #
- # Note how attachments have to be set to stop
- # them piling up in the left top corner.
-
- xmForm .form managed
-
- xmLabel .form.lab managed \
- -labelString "A label"
- xmPushButton .form.button managed \
- -labelString "A button" \
- -topAttachment attach_widget \
- -topWidget .form.lab
- xmArrowButton .form.arrow managed \
- -topAttachment attach_widget \
- -topWidget .form.button
-